home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / cvs-1_3.lha / cvs-1.3 / contrib / pcl-cvs / pcl-cvs-startup.el < prev    next >
Lisp/Scheme  |  1992-04-07  |  286b  |  7 lines

  1. ;;; pcl-cvs-startup.el,v 1.2 1992/04/07 20:49:17 berliner Exp
  2. (autoload 'cvs-update "pcl-cvs"
  3.       "Run a 'cvs update' in the current working directory. Feed the
  4. output to a *cvs* buffer and run cvs-mode on it.
  5. If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
  6.       t)
  7.